lcRPlanSetCurve Home

Sets curve parameters at specified vertex of road plan object.

 BOOL lcRPlanSetCurve (
   HANDLE hVertex,
   double Radius,
   double LenClot1,
   double LenClot2
 );

Parameters
hVertex
  Handle to a vertex of road plan object.
Radius
  Radius of circular arc segment.
LenClot1
  Length of first clothoid (before the arc).
LenClot2
  Length of second clothoid (after the arc).

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  Code sample,   lcRPlanDeleteVerlcBlockAddRPlan